chore: declare Python 3.14 classifier - #810
Conversation
Declare Python 3.14 support classifiers (issue getsentry#793)
There was a problem hiding this comment.
Cursor Bugbot has reviewed your changes and found 1 potential issue.
❌ Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, enable autofix in the Cursor dashboard.
Want reviews to match your repository better? Bugbot Learning can learn team-specific rules from PR activity. A team admin can enable Learning in the Cursor dashboard.
Reviewed by Cursor Bugbot for commit fcceda3. Configure here.
|
Removed the accidental |
|
can you please also update CI file to include it in the tests, as well as CHANGES file |
| @@ -1,5 +1,5 @@ | |||
| [tox] | |||
| envlist = py38,py39,py310,py311,py312,py313,mypy,precom | |||
| envlist = py38,py39,py310,py311,py312,py313,py314,mypy,precom | |||
There was a problem hiding this comment.
also need to enable it in CI

Summary
Declare Python 3.14 in package classifiers (tox already lists py314; issue #793).
Fixes #793